home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 April / macformat-049.iso / mac / Demos / Print Artist Demo / PA12-Mac.Dxr / 00035.ls < prev    next >
Encoding:
Text File  |  1996-10-03  |  236 b   |  12 lines

  1. on exitFrame
  2.   global playMode, animSpeed
  3.   if (playMode = "64KMemOK") or (playMode = "PPCMemOK") then
  4.     wait(animSpeed)
  5.   else
  6.     puppetSound(1, "sax3")
  7.     wait(30)
  8.     puppetTransition(23, 1, 1)
  9.     go(the frame + 3)
  10.   end if
  11. end
  12.